| commit | 734e5aec789f2334f07bc59522165bc32adb02fe | [log] [tgz] | 
|---|---|---|
| author | Byron Campen [:bwc] <docfaraday@gmail.com> | Thu Apr 25 00:24:56 2019 | 
| committer | jgraham <james@hoppipolla.co.uk> | Thu Apr 25 14:50:01 2019 | 
| tree | c346130342d65d0b67d5de8adacf5f007a78704c | |
| parent | 4fb4b26c254a97a6596ddc07f7c9038579416c26 [diff] [blame] | 
Part 1: Mark this test as "long". Depends on D26360 Differential Revision: https://phabricator.services.mozilla.com/D26362 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1542343 gecko-commit: 1e38ff5eb2a56c926a4d0aaed116845938d1b425 gecko-integration-branch: central gecko-reviewers: jib
diff --git a/webrtc/RTCDataChannel-send.html b/webrtc/RTCDataChannel-send.html index 4b8d0c2..76d3524 100644 --- a/webrtc/RTCDataChannel-send.html +++ b/webrtc/RTCDataChannel-send.html
@@ -1,5 +1,6 @@ <!doctype html> <meta charset=utf-8> +<meta name="timeout" content="long"> <title>RTCDataChannel.prototype.send</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script>